home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000147_braams@MFDD2.CIMS.NYU.EDU_Sun Feb 26 11:57:21 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  3KB

  1. Received: from MFDD2.CIMS.NYU.EDU by cs.umb.edu with SMTP id AA25487
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sun, 26 Feb 1995 16:56:40 -0500
  3. Received: by MFDD2.CIMS.NYU.EDU (4.1/1.34)
  4.     id AA10214; Sun, 26 Feb 95 16:57:21 EST
  5. Date: Sun, 26 Feb 95 16:57:21 EST
  6. From: braams@MFDD2.CIMS.NYU.EDU (Bastiaan J. Braams)
  7. Message-Id: <9502262157.AA10214@MFDD2.CIMS.NYU.EDU>
  8. To: tex-k@cs.umb.edu
  9. Subject: don't understand MakeTeXPK
  10.  
  11. I am installing TeX/MF and don't understand the role of the program
  12. MakeTeXPK.  Please clarify.
  13.  
  14. In the README in /usr/local/lib/texmf/fonts/public/cm/src it is said:
  15.   If you want a Makefile to generate bitmap fonts in advance, instead of
  16.   generating them on the fly with MakeTeXPK, take a look at Makefile.gf in
  17.   this directory.
  18. Well, *should* I want to generate bitmap fonts in advance?  If so, which
  19. bitmap fonts?  And if not, what should be done instead?
  20.  
  21. The programs that I am installing are web2c-6.1, dvipsk-5.58f and
  22. xdvik-18f, with patches web2c.alloca.help and web2c-kpathsea-2.6.help.
  23. The machine is an SGI Power Onyx running IRIX64 6.0.1.  The paths are the
  24. defaults, and I installed the texmf directory from lib-6.9 in /usr/local.
  25. For compilation I used "cc -32" (32 bit pointers), which should make this
  26. IRIX64 behave rather like an IRIX5.3 machine.  It was found necessary to
  27. set
  28.   #define NO_FOIL_X_WCHAR_T
  29. in the file kpathsea-2.6/web2c/lib/c-auto.h; with that everything seemed
  30. to make and install well.
  31.  
  32. Here is the source of my confusion.  Following the installation procedure,
  33. which appeared to have been successful, I revert to being a normal user,
  34. go into some junk directory, and type `tex foo.tex'.  As hoped, I acquire
  35. a file `foo.dvi'.  Then I type `dvips foo.dvi'.  Now the system starts
  36. running MakeTeXMF, like this:
  37.  
  38.   This is dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
  39.   ' TeX output 1995.02.26:1345' -> |lpr
  40.   kpathsea: Running MakeTeXPK cmr10 720 600 magstep\(1.0\) ljfour
  41.   /usr/local/bin/MakeTeXPK: Running mf \mode:=ljfour; mag:=magstep(1.0); scrollmode; input cmr10
  42.   This is METAFONT, Version 2.71 (C version 6.1)
  43.  
  44.   (/usr/local/lib/texmf/fonts/public/cm/src/cmr10.mf
  45.   (/usr/local/lib/texmf/fonts/public/cm/src/cmbase.mf)
  46.   (/usr/local/lib/texmf/fonts/public/cm/src/roman.mf
  47.   (/usr/local/lib/texmf/fonts/public/cm/src/romanu.mf [65] [66] [67] [68]
  48.   [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83]
  49.      [ ... stuff deleted ]
  50.   (/usr/local/lib/texmf/fonts/public/cm/src/romlig.mf [11] [12] [13] [14]
  51.   [15]) (/usr/local/lib/texmf/fonts/public/cm/src/comlig.mf [34] [45] [92]
  52.   [123] [124]) ) )
  53.   Font metrics written on cmr10.tfm.
  54.   Output written on cmr10.720gf (128 characters, 28572 bytes).
  55.   Transcript written on cmr10.log.
  56.   Cannot create directory "/usr/local/lib/texmf/fonts/tmp/pk/ljfour": Permission denied
  57.   /usr/local/bin/MakeTeXPK: Could not mkdir /usr/local/lib/texmf/fonts/tmp/pk/ljfour.
  58.   kpathsea: Appending font creation commands to missfont.log.
  59.   dvips: Font cmr10 not found, characters will be left blank.
  60.      [...]
  61.  
  62. What is going on here?  Should I become super-user again and run MakeTeXPK
  63. before giving the system over to users?  If so, with what arguments?  Or
  64. should I change permission flags for /usr/local/lib/texmf/fonts/tmp/pk?
  65.  
  66.  -- Bas Braams (braams@cims.nyu.edu)